# The limiting slots for equipped artifacts. Dynamic system (you can add new types of slots freely)

# I'm not overriding the stock slots (yet), so this is commented out:
#		slots = {
#			weapon = 1
#			ceremonial_weapon = 1
#			scepter = 1
#			crown = 1
#			wrist = 1
#			neck = 1
#			torso = 1
#		}

# lilith_armor
# lilith_bow
# lilith_dagger
# lilith_seducer
# lilith_crown
# lilith_scepter

lilith_armor = {
	picture = "GFX_lilith_armor"
	intrigue = 3
	martial = 3
	combat_rating = 3 
	monthly_character_prestige = 1
	castle_opinion = 3
	tribal_opinion = 2
	town_opinion = 2
	sex_appeal_opinion = 10
	command_modifier = { 
		heavy_infantry = 0.1
		light_infantry = 0.1
		morale_offence = 0.33 
	}
	quality = 5
	active = {
		is_adult = yes
		is_female = yes
	}
	flags = { torso the_liliths very_rare }
	stacking = no
	indestructible = yes
	slot = torso
}

lilith_seducer = { 
	picture = "GFX_lilith_seducer"
	monthly_character_prestige = 0.5
	quality = 1
	diplomacy = -1
	intrigue = 5
	spouse_opinion = 25
	sex_appeal_opinion = 25
	vassal_opinion = 10
	tribal_opinion = 10
	fertility = 0.25
	flags = { ceremonial_weapon the_liliths very_rare }
	active = {
		is_adult = yes
		is_female = yes
	}
	indestructible = yes
	slot = ceremonial_weapon
}

lilith_bow = {
	picture = "GFX_lilith_bow"
	monthly_character_prestige = 1
	combat_rating = 2
	command_modifier = {
		cavalry = 0.15
	}
	quality = 3
	active = {
		is_adult = yes
		is_female = yes
	}
	flags = { combat_weapon the_liliths bow very_rare }
	stacking = no
	slot = weapon
}

lilith_dagger = {
	picture = "GFX_lilith_dagger"
	intrigue = 3
	martial = 1
	monthly_character_prestige = 0.5
	combat_rating = 1
	command_modifier = {
		heavy_infantry = 0.1
		light_infantry = 0.1
	}
	quality = 3
	active = {
		is_adult = yes
		is_female = yes
	}
	flags = { combat_weapon the_liliths dagger neck very_rare }
	stacking = no
	indestructible = yes
	slot = neck
}

lilith_crown = {
	picture = "GFX_lilith_crown"
	quality = 3
	monthly_character_prestige = 0.4
	castle_opinion = 3
	tribal_opinion = 2
	town_opinion = 2
	tech_growth_modifier = 0.05
	sex_appeal_opinion = 10
	active = {
		is_adult = yes
		is_female = yes
	}
	flags = { the_liliths crown jewelry crown_jewel }
	stacking = no
	indestructible = yes
	slot = crown
}

lilith_scepter = {
	picture = "GFX_lilith_scepter"
	monthly_character_prestige = 0.5
	monthly_character_piety = 0.5
	fertility = 0.15
	intrigue = 3
	learning = 2
	command_modifier = {
		morale_offence = 0.1
		morale_defence = 0.1
	}
	stewardship = 2
	same_religion_opinion = 5
	active = {
		is_adult = yes
		is_female = yes
	}
	flags = { scepter the_liliths very_rare }
	quality = 5
	stacking = no
	indestructible = yes
	slot = scepter
}

